home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Tests / Benchmarks / dry.make < prev    next >
Encoding:
Text File  |  1993-02-10  |  456 b   |  24 lines  |  [TEXT/MPS ]

  1. #   File:       dry.make
  2. #   Target:     dry
  3. #   Sources:    dry.c
  4. #   Created:    Friday, December 8, 1989 5:39:44 PM
  5.  
  6.  
  7. OBJECTS = dry.c.o
  8.  
  9.  
  10. dry.c.o ƒ dry.make dry.c
  11.      C  -mc68020 dry.c
  12.  
  13. dry ƒƒ dry.make {OBJECTS}
  14.     Link -w -c 'MPS ' -t MPST ∂
  15.         {OBJECTS} ∂
  16.         "{Libraries}"Stubs.o ∂
  17.         "{Libraries}"Runtime.o ∂
  18.         "{Libraries}"Interface.o ∂
  19.         "{CLibraries}"StdCLib.o ∂
  20.         "{CLibraries}"CSANELib.o ∂
  21.         "{CLibraries}"Math.o ∂
  22.         "{Libraries}"ToolLibs.o ∂
  23.         -o dry
  24.